Skip to content

Conversation

@prosenjitdhole
Copy link
Collaborator

This is a temporary change to install local amd gpu installation instead of fetching it from amd cdn

@prosenjitdhole prosenjitdhole marked this pull request as ready for review January 7, 2026 18:51
@prosenjitdhole
Copy link
Collaborator Author

prosenjitdhole commented Jan 7, 2026

Sample for Gemm Sweep CI : Run
Sample for RCCL warp speed test : Run

Sample Run with aorta-report checkin :
RCCL : https://github.com/ROCm/aorta/actions/runs/20879579801
GEM Sweep : https://github.com/ROCm/aorta/actions/runs/20862674941

paths:
- 'scripts/gemm_analysis/**'
- 'config/gemm_overlap/**'
#pull_request:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this code is not required, then please delete these lines.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are keeping this for now as we are still testing the yml locally, and in near future we may need to do this testing. But in production, we do not want to kick in this yml for every PR. Hence commented. Code is there for local testing on branch, but not enable for production.

gemm-sweep:
name: Run GEMM Sweep Profiling
runs-on: [self-hosted, gpu, rocm]
runs-on: self-hosted
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope you are not planning to keep the self-hosted in the final merge. Please change it to the runner machine name once you get it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now, I am keeping this self-hosted as we have not got the runner.

working-directory: docker
working-directory: aorta
run: |
#mkdir -p ~/.docker/cli-plugins
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove commented lines

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


volumes:
- /home/manrao:/manrao
- /home/oyazdanb/aorta:/workspace/aorta
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it correct? why are we mapping Sonbol's area?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is not used, later we should remove this file.

@prosenjitdhole prosenjitdhole changed the title Installing amdgpu from local path Enabling RCCL and GEMM sweep test on GH action Jan 10, 2026
path: aorta/${{ env.SWEEP_DIR }}/
retention-days: 90
git config user.name "GitHub Actions Bot"
git config user.email "<>"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it allowed to keep email empty and still able to push to github?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is working .. And thats how we are doing it in other shark test suites.

working-directory: aorta-report
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Copy link
Contributor

@amd-vivekag amd-vivekag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Some comments and TODOs are pending which can be resolved in next PR

@prosenjitdhole prosenjitdhole merged commit a8f01d7 into main Jan 12, 2026
1 check passed
@prosenjitdhole prosenjitdhole deleted the prosenj_gh_action branch January 12, 2026 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants